P+ - Giga Bowser - Action - 0x11c

Entry Script

  1. Posture(3)
  2. Posture(4)
  3. UnknownEvent { namespace: 0xc, code: 0x1, unk1: 0x0, arguments: [] }
  4. CreateInterrupt { interrupt_id: None, action: Wait, requirement: (AnimationEnd) }
  5. PreviousInterruptAddRequirement(OnGround)
  6. CreateInterrupt { interrupt_id: None, action: Fall, requirement: (AnimationEnd) }
  7. PreviousInterruptAddRequirement(InAir)
  8. loop Infinite times:
    1. if (OnGround)
      1. SetAirGround(6)
      2. SetEdgeSlide(StayOn)
      3. if (BoolIsTrue RandomAccessBool(EnableActionTransition))
        1. ChangeSubaction(SpecialSCatch)
      4. else
        1. ChangeSubactionRestartFrame(SpecialSCatch)
        2. BoolVariableSetTrue { variable: RandomAccessBool(EnableActionTransition) }
      5. UnknownEvent { namespace: 0x4, code: 0x1, unk1: 0x0, arguments: [Value(0), Requirement { flip: false, ty: InAir }] }
    2. else
      1. SetAirGround(10)
      2. SetEdgeSlide(Airbourne)
      3. if (BoolIsTrue RandomAccessBool(EnableActionTransition))
        1. ChangeSubaction(SpecialSAirCatch)
      4. else
        1. ChangeSubactionRestartFrame(SpecialSAirCatch)
        2. BoolVariableSetTrue { variable: RandomAccessBool(EnableActionTransition) }
      5. UnknownEvent { namespace: 0x4, code: 0x1, unk1: 0x0, arguments: [Value(1), Requirement { flip: false, ty: OnGround }] }
    3. LoopRest

Exit Script